net/http.http2Transport.connPool (method)
7 uses
net/http (current package)
h2_bundle.go#L7588: func (t *http2Transport) connPool() http2ClientConnPool {
h2_bundle.go#L7894: cc, err := t.connPool().GetClientConn(req, addr)
h2_bundle.go#L7938: t.connPool().MarkDead(cc)
h2_bundle.go#L7952: if cp, ok := t.connPool().(http2clientConnPoolIdleCloser); ok {
h2_bundle.go#L9486: cc.t.connPool().MarkDead(cc)
h2_bundle.go#L9490: cc.t.connPool().MarkDead(cc)
h2_bundle.go#L10110: cc.t.connPool().MarkDead(cc)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |